home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / lightsof.swf / scripts / DefineButton2_32 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  262b  |  23 lines

  1. on(release){
  2.    tellTarget("/19")
  3.    {
  4.       play();
  5.    }
  6.    tellTarget("/18")
  7.    {
  8.       play();
  9.    }
  10.    tellTarget("/20")
  11.    {
  12.       play();
  13.    }
  14.    tellTarget("/24")
  15.    {
  16.       play();
  17.    }
  18.    tellTarget("/14")
  19.    {
  20.       play();
  21.    }
  22. }
  23.